home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / YCOLECT1.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-11-07  |  2KB  |  98 lines

  1. Echo off
  2. IF NOT EXIST INPUT.COM GOTO WRONGDR
  3. ECHO OFF
  4. CLS
  5. IF %1==F GOTO FLOPINS
  6. IF %1==H GOTO HARDINS1
  7. CLS
  8. GO
  9. :FLOPINS
  10. ECHO OFF
  11. CLS
  12. CLS
  13. IF %2==1 GOTO FLOPINS1
  14. IF %2==2 GOTO FLOPINS2
  15. CLS
  16. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  17. ECHO  following your 'GO F' instruction.
  18. GOTO END
  19. :FLOPINS2
  20. CLS
  21. GOTO END
  22. :FLOPINS1
  23. GOTO END
  24. :HARDINS1
  25. CLS
  26. echo  
  27. ECHO  This procedure will install all files onto your hard disk, drive %2
  28. ECHO  and will create a subdirectory, \COLLECT.ACS.
  29. echo  
  30. %2:
  31. CD \
  32. MKDIR COLLECT.ACS
  33. CD COLLECT.ACS
  34. COPY %3ECOH.COM >TMP
  35. COPY %3YESNO.COM >TMP
  36. COPY %3COLL-50.EXE >TMP
  37. COLL-50
  38. DEL COLL-50.EXE 
  39. DEL AUTOFLOP.BAT
  40. CLS
  41. echo  
  42. ECOH ══════════    Tutorial for program    ══════════
  43. echo  
  44. ECHO  PROGRAM.DOC is the tutorial/overview.
  45. ECHO  Would you like to print it out now?
  46. echo  
  47. :YESNO
  48. YESNO
  49. CLS
  50. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YESNEXT
  51. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO YES1
  52. GOTO YESNO
  53. :YESNEXT
  54. CLS
  55. ECHO Please make sure your printer is now turned on and set
  56. ECHO to the 'top of form'. Then press any key to continue.
  57. echo  
  58. PAUSE
  59. CLS
  60. echo  
  61. echo  
  62. ECOH ══════════ Now printing tutorial ══════════
  63. COPY PROGRAM.DOC LPT1: >TMP
  64. CLS
  65. GOTO YES1
  66. :YES1
  67. CLS
  68. echo  
  69. echo  
  70. echo  
  71. ECOH ══════════ Free memory available for program ══════════
  72. echo  
  73. ECHO The program must have 500 kb free memory. Observe the next 
  74. ECHO 'bytes are free.' message below.  If below 500k, then
  75. ECHO enter a 'CONTROL-C' now to stop and remove any memory resident
  76. ECHO programs.  Otherwise enter any other key to continue.
  77. echo  
  78. echo  
  79. MEMORY
  80. echo  
  81. echo  
  82. PAUSE
  83. CLS
  84. GO
  85. CLS
  86. GOTO END 
  87. :WRONGDR
  88. CLS
  89. echo  
  90. echo  
  91. ECHO Though nothing could be simpler than this install procedure, it does   
  92. echo require that you enter the drive name, such as 'A:' or 'B:', followed
  93. echo by the 'Enter' key.  After that, please enter 'GO' again.
  94. echo  
  95. GOTO END
  96. :END
  97. echo  
  98.